vendor/golang.org/x/text/unicode/norm.formInfo.quickSpan (method)
15 uses
vendor/golang.org/x/text/unicode/norm (current package)
normalize.go#L48: n, ok := ft.quickSpan(src, 0, len(b), true)
normalize.go#L62: n, ok := ft.quickSpan(src, 0, len(s), true)
normalize.go#L76: bp, ok := ft.quickSpan(src, 0, len(b), true)
normalize.go#L87: bp, _ = rb.f.quickSpan(rb.src, bp, len(b), true)
normalize.go#L115: bp, ok := ft.quickSpan(src, 0, len(s), true)
normalize.go#L141: bp, _ = rb.f.quickSpan(rb.src, bp, len(s), true)
normalize.go#L186: end, _ := rb.f.quickSpan(rb.src, i, rb.nsrc, true)
normalize.go#L204: p, _ := ft.quickSpan(src, 0, n, true)
normalize.go#L268: n, _ := formTable[f].quickSpan(inputBytes(b), 0, len(b), true)
normalize.go#L275: n, ok := formTable[f].quickSpan(inputBytes(b), 0, len(b), atEOF)
normalize.go#L289: n, ok := formTable[f].quickSpan(inputString(s), 0, len(s), atEOF)
normalize.go#L304: func (f *formInfo) quickSpan(src input, i, end int, atEOF bool) (n int, ok bool) {
normalize.go#L360: n, _ := formTable[f].quickSpan(inputString(s), 0, len(s), true)
transform.go#L29: i, ok := formTable[f].quickSpan(inputBytes(b), 0, len(b), eof)
transform.go#L77: end, ok := rb.f.quickSpan(rb.src, nSrc, end, eof)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |